CarTextLayerHost

class CarTextLayerHost : CustomLayerHost

Types

Companion
Link copied to clipboard
object Companion

Functions

contextLost
Link copied to clipboard
open override fun contextLost()
deinitialize
Link copied to clipboard
open override fun deinitialize()
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
initialize
Link copied to clipboard
open override fun initialize()
offerBitmap
Link copied to clipboard
fun offerBitmap(bitmap: Bitmap?)
Thread-safe function to refresh the texture bitmap.
render
Link copied to clipboard
open override fun render(parameters: CustomLayerRenderParameters)
toString
Link copied to clipboard
open fun toString(): String

Properties

mapScene
Link copied to clipboard
val mapScene: CarScene2d